home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue35
/
pageprnt
/
PAGEPRNT.ZIP
/
PagePrnt
/
PgPrnPrg.dfm
/
PgPrnPrg.txt
Wrap
Text File
|
1997-09-17
|
1KB
|
65 lines
object PPPrnPrgDlg: TPPPrnPrgDlg
Left = 477
Top = 109
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Print Progress'
ClientHeight = 133
ClientWidth = 293
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel: TBevel
Left = 8
Top = 8
Width = 277
Height = 57
Shape = bsFrame
end
object lblStatus: TLabel
Left = 20
Top = 20
Width = 249
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'lblStatus'
end
object lblPageNumber: TLabel
Left = 20
Top = 40
Width = 253
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'lblPageNumber'
end
object ProgBar: TProgressBar
Left = 8
Top = 76
Width = 277
Height = 13
Min = 0
Max = 10
Step = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 109
Top = 100
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
Default = True
ModalResult = 2
TabOrder = 1
end
end